 |
 Formula: @Sort Question ~Zelda Quetrether 12/12/2003 12:08 AM Applications Development 6.0.2 CF2 Windows 2000
Hey all,
I'm using an @Sort inside a combobox to sort the list. What I didn't realize until later is that the sorting will split the word at a ";" and a ",".
ex. Software(MS, IBM);Candy(Snickers)
will split to:
Software(MS
IBM)
Candy(Snickers)
when it needs to go to:
Software(MS, IBM)
Candy(Snickers)
I only need it to split on a ";", because the data is coming from a list.
Here is the formula:
@Sort(sProjectList + " " + sDescriptionList; [Ascending])
I saw there was an option for an AccentSensitive on the sort, but it didn't change anything.
Hope this is descriptive enough. Thanks.
- Ryan
Go back |